home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Alles Voor Internet / Tout Pour Internet
/
alles voor internet.iso
/
MacInternet™
/
Net
/
Utilities
/
Seer family 2.0
/
docs
/
unloved files
/
sc_scope_window.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1987-08-29
|
397 b
|
17 lines
|
[
TEXT/KAHL
]
/*
sc_scope_window.h - data private to scope windows
*/
struct scope_rec_R {
cnt_tab_ent *sc_counter; /*a pointer to the channels counter*/
uint32 sc_value; /*last counter value*/
};
typedef struct scope_rec_R scope_rec;
#define NUM_SCOPE_CHANS (15) /*number of display channels*/
/*information for osciliscope windows*/
typedef struct {
scope_rec chans[NUM_SCOPE_CHANS];
} scope_windef;